@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
* {
	padding: 0;
	box-sizing: border-box;
}

:root {
	--black: #333333;
	--dark-blue: #0756a5;
	--light-blue: rgba(7, 86, 165, 0.06);
	--white: #fff;
	--orange-bg: linear-gradient(90deg, #ff671e 0%, #ff5500 100%);
    --blue-gradient-bg: linear-gradient(90.01deg, #0756A5 0.01%, #3380CD 81.36%);
	--poppins: "Poppins", sans-serif;
	--roboto-condensed: "Roboto Condensed", sans-serif;
}

html {
	scroll-behavior: smooth !important;
}

/* <!-- ========== GURU PAGE CSS STARTED========== --> */

/* <!-- ========== GURU BANNER SECTION CSS ========== --> */
.guru-hero-section {
	padding-top: 127px;
    position: relative;
}

.guru-hero-section .guru-hero-inner-section {
    background: #F5FAFF;
    position: relative;
}

.guru-hero-star {
  position: absolute;
  width: 140px;
  height: auto;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}

.guru-hero-star-left {
  left: 80px;
}

.guru-hero-star-right {
  right: 80px;
}
.guru-hero-section .guru-hero-inner-section .row{
    justify-content: center;
}
.guru-hero-section .content {
	padding: 70px 0 0 0;
    margin: 0 auto;
}

.guru-hero-section .content h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: var(--black);
	font-family: var(--poppins);
	margin-bottom: 20px;
    text-align: center;
}

.guru-hero-section .content h1 span{
    background: var(--blue-gradient-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.guru-hero-section .content p {
	color: var(--black);
	font-family: var(--poppins);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
	max-width: 800px;
	margin: 0 auto 40px auto;

}

.guru-hero-section .image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.guru-hero-section .image-wrapper img{
}




/* <!-- ========== GURU CONTENT SECTION CSS ========== --> */

.guru-content-section {
	background: var(--white);
	padding: 120px 0 110px;
}

.guru-content-section.pTop {
	background: var(--white);
	padding-top: 30px;
}

.guru-text-content{
    max-width: 445px;
}

.guru-content-title {
	font-family: var(--poppins);
	font-size: 42px;
    line-height: 47px;
	font-weight: 500;
	color: var(--black);
	margin: 0 0 30px;
}

.guru-content-para {
	font-family: var(--poppins);
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: var(--black);
	margin-bottom: 0;
}

.guru-content-image {
    background: var(--white);
    box-shadow: 0px 4px 34px 5px #0000000F;
    padding: 35px;
    border-radius: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.guru-content-image img {
	width: 96%;
	height: auto;
}



/* <!-- ========== GC GURU WHY SECTION CSS ========== --> */

.guru-why-section {
	padding: 100px 0 100px 0;
	background: var(--dark-blue);
}

.guru-why-heading {
	font-size: 42px;
	font-weight: 500;
	line-height: 52px;
	color: var(--white);
	font-family: var(--poppins);
	text-align: center;
	margin-bottom: 60px;
}

.guru-why-cards-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 23px;
}

.guru-why-card {
	padding: 50px 18px 20px 18px;
	border: 1px solid var(--white);
	border-radius: 15px;
	width: 25%;
}

.guru-why-card img {
	margin-bottom: 25px;
}

.guru-why-card p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	font-family: var(--poppins);
	color: var(--white);
	margin-bottom: 0px;
}

.guru-why-text-wrapper {
	margin: 80px auto 0 auto;
	max-width: 896px;
}

.guru-why-text-wrapper h4 {
	font-size: 32px;
	font-weight: 600;
	line-height: 44px;
	color: var(--white);
	font-family: var(--poppins);
	text-align: center;
	margin-bottom: 30px;
}

.guru-why-text-wrapper p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: var(--white);
	font-family: var(--poppins);
	text-align: center;
	margin-bottom: 0px;
}




/* <!-- ========== GURU CTA SECTION CSS ========== --> */

.guru-cta-section {
	background: var(--white);
	padding: 100px 0;
	text-align: center;
}

.guru-cta-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
	color: var(--dark-blue);
	margin: 0 0 40px;
	position: relative;
}
.guru-cta-title::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: var(--dark-blue);
	border-radius: 2px;
	margin: 12px auto 0;
}

.guru-cta-copy {
	max-width: 860px;
	margin: 0 auto 45px;
}
.guru-cta-copy p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
}

.guru-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	padding: 12px 35px;
	border-radius: 80px;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.guru-btn-primary:hover {
	transform: translateY(-4px);
	box-shadow: none;
	text-decoration: none;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
}

.guru-btn-primary:active,
.guru-btn-primary:focus {
	box-shadow: none;
	text-decoration: none;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
}

/***************************************************************/
/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
/***************************************************************/

/* <!-- === RESPONSIVE 1198px STARTS HERE === --> */

@media (max-width: 1198px) {
	.guru-hero-star{
		width: 100px;
	}
	.guru-hero-star-left {
		left: 5px;
	}
	.guru-hero-star-right {
		right: 5px;
	}
	.guru-content-title {
		font-size: 40px;
		line-height: 45px;
	}
	.guru-content-section {
		padding: 100px 0 90px;
	}
}

/* <!-- === RESPONSIVE 992PX STARTS HERE === --> */

@media (max-width: 992px) {
	.guru-hero-section {
		padding-top: 107px;
	}
	.guru-hero-section .guru-hero-inner-section {
		padding-top: 0;
	}
	.guru-hero-section .content h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.guru-hero-section .content {
		padding: 50px 0 60px 0;
	}
	.guru-hero-section .image-wrapper img {
		width: 100%;
		height: auto;
	}
	.guru-hero-star {
        width: 85px;
    }
	.guru-content-section {
		padding: 70px 0 40px;
	}
	.guru-content-section.last-one {
		padding-bottom: 70px;
	}
	
    .guru-content-title {
        font-size: 32px;
        line-height: 37px;
		margin: 0 0 25px;
    }

	.guru-why-section {
		padding: 70px 0 70px 0;
	}

	.guru-why-heading {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 40px;
	}

	.guru-why-cards-wrapper{
		flex-wrap: wrap;
	}

	.guru-why-card{
		width: calc(50% - 12px);
	}

	.guru-why-text-wrapper{
		margin: 60px auto 0 auto;
	}
	.guru-why-text-wrapper h4 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	.guru-cta-section {
		padding: 70px 0;
	}
	.guru-cta-title {
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 35px;
	}
	.guru-content-image img{
		width: 100%;
	}
}

/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width: 768px) {
	.guru-hero-section {
		padding-top: 0px;
	}
}

/* <!-- === RESPONSIVE ONLY 767px STARTS HERE === --> */

@media (max-width: 767px) {
	.guru-hero-section .content {
		padding: 50px 0 0px 0;
	}
	.guru-hero-section .content {
		text-align: center;
	}
	.guru-hero-section .image-wrapper img {
		width: 80%;
	}
	.guru-content-section .row{
		flex-direction: column-reverse;
		gap: 40px;
	}
	.guru-text-content{
		max-width: 100%;
	}
}

/* <!-- === RESPONSIVE ONLY 575px STARTS HERE === --> */

@media (max-width: 575px) {
	.guru-hero-section .content {
		padding: 45px 0 0 0;
	}
	.guru-hero-section .image-wrapper img {
		width: 95%;
	}
	.guru-content-section{
		padding: 50px 0 20px;	
	}
	.guru-content-section .row{
		gap: 30px;
	}
	.guru-content-title {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 20px;
    }
	.guru-content-image{
		padding: 25px;
	}
	.guru-content-section.last-one {
        padding-bottom: 50px;
    }

    .guru-why-section {
        padding: 50px 0 50px 0;
    }

	.guru-why-heading{
		font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
	}
	.guru-why-card{
		width: 100%;
	}
	.guru-why-card {
		padding: 30px 18px 20px 18px;
	}
	.guru-why-card img {
		margin-bottom: 20px;
	}
	.guru-why-text-wrapper{
        margin: 40px auto 0 auto;
    }
	.guru-why-text-wrapper h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 25px;
    }
	
	.guru-cta-section {
		padding: 50px 0;
	}
	.guru-cta-title {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 30px;
	}
}
